home *** CD-ROM | disk | FTP | other *** search
/ HyperLib 1997 Winter - Disc 1 / HYPERLIB-1997-Winter-CD1.ISO.7z / HYPERLIB-1997-Winter-CD1.ISO / オンラインウェア / PRG / hexedit107 folder.sit / hexedit107 folder / HexEditSource / Source / Uses.note < prev    next >
Text File  |  1993-12-13  |  494b  |  17 lines

  1. Things I've used HexEdit for:
  2.  
  3.     Debugging:
  4.         Examine other programs' binary output for errors (AIFF, MIDI, etc.)
  5.  
  6.     Spelunking:
  7.         Examine/Edit the contents of a MIDI file.
  8.         Examine binary files received from the Internet to see what format 
  9.         they are in (MacBinary, etc.)
  10.  
  11.     Reverse Engineering:
  12.         Figure out how Kanji is encoded in a text file.
  13.         Compare MS-Word format to RTF format.
  14.         Examine the data fork of MS-Word Application (Owner Name is stored there
  15.             in easily decrypted format)
  16.  
  17.